/*$$
{"color":[{"val":"#333333","title":"默认主体颜色"},
{"val":"#ffffff","title":"查看更多鼠标滑过文字颜色"},
{"val":"#ca0000","title":"鼠标划过文字颜色"},
{"val":"#999999","title":"副标题文字颜色"}],
"background":[{"val":"#ca0000","title":"鼠标滑过背景颜色"},
{"val":"#eaeaea","title":"线条颜色"},
{"val":"#e12f2f","title":"栏目文字背景颜色"},
{"val":"#ffffff","title":"查看更多按钮鼠标滑过背景颜色"},
{"val":"#e5e5e5","title":"分页按钮线条颜色"},
{"val":"#f8f8f8","title":"分页背景颜色"}],
"border":[{"val":"#ca0000","title":"查看更多按钮变宽"},
{"val":"#f5f5f5","title":"图片边框"}]}
$$*/
#case_149{
	width: 1200px;
	padding: 120px 0;
	margin: 0 auto;
	position: relative;
}
#case_149 .moreBtn{
	position: absolute;
	right:0;
	top:145px;
	font-size:16px;
	width: 155px;
	height: 40px;
	border: #ca0000 solid 1px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	overflow: hidden;
}
#case_149 .moreBtn::before{
	position: absolute;
	left: 50%;
	top:50%;
	background: #ca0000;
	content: '';
	transition: all 1s;
	border-radius:50%;
	width: 0;
	height: 0;
}
#case_149 .moreBtn:hover::before{
	width: 200px;
	height:200px;
	left: -22px;
	top: -80px;
}
#case_149 .moreBtn i{
	position: relative;
	color: #ca0000;
	z-index: 10;
}
#case_149 .moreBtn:hover i{
	color: #ffffff;
}
#case_149 .cloumn{
	position: relative;
	width: 500px;
}
#case_149 .cloumn::before{
	position: absolute;
	width: 58px;
	height: 58px;
	background: #e12f2f;
	border-radius: 50%;
	left: 0;
	top:0;
	content: '';
	transition: all .8s;
}
#case_149 .cloumn:hover::before{
	width: 100px;
	height: 100px;
}
#case_149 .cloumn .tit-en{
	font-size: 52px;
	color: #333333;
	font-family: 'Elephant';
	font-weight: bold;
	line-height: 58px;
	position: relative;
	z-index: 10;
	text-indent: 35px;
}
#case_149 .cloumn .tit-cn{
	line-height: 40px;
	text-indent: 28px;
	font-size: 22px;
	color: #333333;
	display: inline-block;
	padding-right: 92px;
	position:relative;
	z-index:10;
}
#case_149 .cloumn .tit-cn::after{
	position: absolute;
	width: 70px;
	height: 2px;
	background: #eaeaea;
	right:0;
	top:50%;
	transform: translateY(-50%);
	content: '';
}
#case_149 .caseBox{
	width: 100%;
	padding-left: 180px;
	position: relative;
	max-height: 385px;
	margin-top: 30px;
}
#case_149 .caseCon{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#case_149 .caseCon .swiper-slide{
	width: 100%;
	height: 100%;
}
#case_149 .caseCon .imgL{
	width: 505px;
	height: 388px;
	border: #f5f5f5 solid 15px;
	overflow: hidden;
	position: relative;
}
#case_149 .caseCon .title{
	background: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 75px;
	padding: 15px 70px 15px 20px;
	width: auto;
}
#case_149 .caseCon .title::before{
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	right:20px;
	top:50%;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: all .8s;
}
#case_149 .caseCon:hover .title::before{
	right:10px;
}
#case_149 .caseCon .title::before{
	background:url(./../../../static/images/NP00033_01.png) no-repeat center center;
	z-index: 10;
}
#case_149 .caseCon .title .tit-cn{
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	line-height:25px;
}
#case_149 .caseCon .title .tit-en{
	font-size: 14px;
	color: #999999;
	white-space: nowrap;
	line-height: 20px;
}
#case_149 .caseCon .imgL .bg{
	width: 100%;
	height: auto;
}
#case_149 .caseCon .imgL .img{
	width: 100%;
	height: 100%;
	transition: all .8s;
	object-fit: cover;
	position: absolute;
	left: 0;
	top:0;
}
#case_149 .caseCon:hover img{
	transform: scale(1.05);
}
#case_149 .caseCon .contR{
	width: 470px;
	height: 100%;
	position: relative;
}
#case_149 .caseCon .contR .tit-1{
	line-height: 115px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 115px;
}
#case_149 .caseCon .contR .tit-2{
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	max-height: 90px;
}
#case_149 .caseCon .pagenum{
	text-align: right;
	padding-right: 38px;
	line-height: 170px;
	font-family: 'Engravers MT';
	font-size: 74px;
	color: #333333;
	position: relative;
	transition: all 1s;
}
#case_149 .caseCon .pagenum::before{
	position: absolute;
	left: 0;
	top:50%;
	background: #e5e5e5;
	width: 188px;
	height: 2px;
	content: '';
	transition: all .8s;
}
#case_149 .caseCon:hover .pagenum::before{
	left: 20px;
}
#case_149 .caseCon:hover .pagenum{
	color: #ca0000;
}
#case_149 .pagination{
	background: #f8f8f8;
	width: 85px;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	display: flex;
	flex-direction: column;
	padding:50px 0;
}
#case_149 .swiper-pagination-bullet{
	background: none;
	width: 100%;
	height:100%;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	opacity: 1;
	position: relative;
}
#case_149 .swiper-pagination-bullet::after{
	width: 0;
	height: 2px;
	background: #e5e5e5;
	position: absolute;
	left:60px;
	top:50%;
	content: '';
	transition: all .8s;
}
#case_149 .swiper-pagination-bullet-active{
	color: #ca0000;
}
#case_149 .swiper-pagination-bullet-active::after{
	width: 100%;
}
#case_149 .caseList{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	margin-top: 60px;
}
#case_149 .caseList .imgL{
	width: 215px;
	height: auto;
	overflow: hidden;
	position: relative;
}
#case_149 .caseList .imgL .bg{
	width: 100%;
	height: auto;
}
#case_149 .caseList .imgL .img{
	width: 100%;
	height: 100%;
	transition: all .8s;
	object-fit: cover;
	position: absolute;
	left: 0;
	top:0;
}
#case_149 .caseItem{
	width: 100%;
	overflow: hidden;
}
#case_149 .caseItem:hover img{
	transform: scale(1.1);
}
#case_149 .caseItem .conR{
	width: calc(100% - 215px);
	padding: 10px 20px;
}
#case_149 .caseItem .tit-1{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#case_149 .caseItem:hover .tit-1{
	color: #ca0000;
}
#case_149 .caseItem .tit-2{
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
#case_149 .caseItem .more{
	background:url(./../../../static/images/NP00033_02.png) no-repeat left center;
	width: 40px;
	height: 40px;
	transition: all .8s;
}
#case_149 .caseItem:hover .more{
	background:url(./../../../static/images/NP00033_03.png) no-repeat left center;
	margin-left: 10px;
}
@media screen and (max-width: 1200px){
	#case_149{
		width: 100%;
		padding: 50px 20px;
	}
	#case_149 .caseCon .contR{
		width: 320px;
	}
	#case_149 .caseCon .imgL{
		width: calc(100% - 340px);
	}
	#case_149 .moreBtn{
		right: 20px;
	}
	#case_149 .caseList .imgL{
		width: 180px;
	}
	#case_149 .caseItem .conR{
		width: calc(100% - 190px);
		padding: 10px;
	}
}
@media screen and (max-width: 821px) {
	#case_149 .caseCon .imgL{
		height: 280px;
	}
	#case_149 .caseBox{
		height: 280px;
	}
	#case_149 .caseCon .pagenum{
		line-height: 120px;
	}
	#case_149 .caseList .imgL{
		width: 150px;
	}
	#case_149 .caseItem .conR{
		width: calc(100% - 150px);
	}
}
@media screen and (max-width: 768px){
	#case_149 .caseCon .imgL{
		height: 240px;
	}
	#case_149 .caseCon .pagenum{
		line-height: 80px;
	}
	#case_149 .pagination{
		padding: 0 ;
	}
	#case_149 .caseBox{
		height: 240px;
	}
	#case_149 .caseList .imgL{
		width: 120px;
	}
	#case_149 .caseItem .conR{
		width: calc(100% - 120px);
	}
}
@media screen and (max-width: 767px){
	#case_149{
		padding: 20px 15px;
	}
	#case_149 .cloumn .tit-en{
		font-size: 40px;
	}
	#case_149 .cloumn .tit-cn{
		font-size: 18px;
	}
	#case_149 .cloumn{
		width: 100%;
	}
	#case_149 .moreBtn{
		top:40px;
		width: 130px;
		height: 36px;
		line-height: 36px;
		right:10px;
	}
	#case_149 .caseBox{
		padding-bottom: 60px;
		padding-left: 0;
		max-height: 480px;
		height: 480px;
	}
	#case_149 .caseCon .imgL{
		width: 100%;
		height: 250px;
	}
	#case_149 .caseCon .contR{
		width: 100%;
	}
	#case_149 .caseCon{
		height: 480px;
	}
	#case_149 .caseCon .contR .tit-1{
		font-size:16px;
		line-height: 50px;
		height: 50px;
	}
	#case_149 .caseCon .contR .tit-2{
		line-height: 24px;
		max-height: 72px;
	}
	#case_149 .pagination{
		width: 100%;
		top:420px;
		flex-direction: inherit;
		left: 0;
		height: 50px;
		padding: 0;
		display: flex;
	}
	#case_149 .swiper-pagination-bullet{
		flex: 1;
	}
	#case_149 .swiper-pagination-bullet::after{
		display: none;
	}
	#case_149 .caseList{
		margin-top: 10px;
		grid-template-columns: repeat(2,1fr);
		height:300px;
		overflow: hidden;
	}
	#case_149 .caseItem{
		width: calc(100% - 10px);
		margin:5px;
		height: 300px;
	}
	#case_149 .caseList .imgL{
		width: 100%;
		height: 145px;
	}
	#case_149 .caseItem .conR{
		width: 100%;
		padding: 5px;
	}
	#case_149 .caseItem .tit-2{
		line-height: 24px;
		max-height: 72px;
	}
	#case_149 .caseCon .pagenum{
		line-height:60px;
	}
}